[Info]
Title=Example App
Description=This Plug-in is backing up the Configuration file config.ini, the complete folder config and the Configuration key in the Registry.
Author=Asterix and Obelix
BackupFile=1  	'//How many Files are backed up? ONLY for the Info Screen in CloneApp
BackupFolder=1 	'//How many Folders are backed up? ONLY for the Info Screen in CloneApp
BackupRegKey=1 	'//How many RegKeys are backed up? ONLY for the Info Screen in CloneApp
BackupCommand=1 '//How many Commands are executed? ONLY for the Info Screen in CloneApp

[Files] '//All commands goes to the [Files] section

'//Supported Commands
'//Files (This commands supports the Attributes write-only and hidden. If files are Backed up provided with these Attributes, they will be rested by CloneApp to "Normal").
File1=BackupFile|%AppData%\Example App\Configuration\config.ini 	'//Supports Filenames
'//or 
File2=BackupFile|%AppData%\Example App\Configuration\*.ini		'//Supports Filetypes

'//Supported Commands
'//Folders (This commands supports the Attributes write-only and hidden. Attributes are not reseted during the Backup process).
File3=BackupFolder|%AppData%\Example App\Configuration\config.ini 	'//Supports Filenames
File4=BackupFolder|%AppData%\Example App\Configuration\*.ini	 	'//Supports Filetypes
File5=BackupFolder|%AppData%\Example App\Configuration\*.*	 	'//Supports all Files in folder
File6=BackupFolder|%AppData%\Example App\Configuration\*filename*	'//Supports phrase in complete filename
File7=BackupFolder|%AppData%\Example App\Configuration\filename*	'//Supports phrase after filename
File8=BackupFolder|%AppData%\Example App\Configuration			'//Supports complete folder

'//Supported Commands
'//FileFolder (This Command can be used to Backup Files or Folders. It is more aggresive then the BackupFile command).
File9=BackupFileFolder|%AppData%\Example App\Configuration		 '//Supports complete folders/individual Files and Filetypes
or
File10=BackupFileFolder|%AppData%\Example App\Configuration\MyFile.txt or *MyFile*
or
File11=BackupFileFolder|%AppData%\Example App\Configuration\*.txt 

'//Supported Commands
'//Registry Keys
File12=BackupRegKey|HKEY_CURRENT_USER\Software\ExampleApp

'//Supported Commands
'//Execute Files/Apps
File13=RunFile|%AppData%\Example App\Configuration\My Software.exe? '//This command "?" '//runs the Executable

'//Supported Commands
'//Execute Commands
File14=RunCommand|netsh advfirewall export "Backup\WindowsFirewallSettings.wfw" '//Execute command-line netsh advfirewall and exports the Windows Firewall Settings to the Backup directory of CloneApp.


